home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / 386p_200.zip / WINDOWS.TXT < prev    next >
Text File  |  1995-01-14  |  734b  |  20 lines

  1. 386P & Windows: Better DPMI than nothing.
  2.  
  3. Windows has a built-in DPMI manager, so if you run 
  4. a 386-Powered program in a dos-box under MS-Windows, 386P will "see"
  5. just a DPMI manager.
  6.  
  7. Expect to get slower execution speed, under DPMI some instructions
  8. are emulated thru software traps (i.e. OUT,CLI,STI and other)
  9. and this causes some speed problems.
  10. Some hardware portions are virtualized (badly)
  11. Maybe things will be better under Windows 95 (hope so).
  12. You'd better 
  13.  RUN AT FULL SCREEN and in "exclusive" mode (no background tasks
  14.  and other crap like that)
  15.  and set the following option into SYSTEM.INI
  16.   TrapTimerPorts=False
  17. or the code will run VERY slow and "bursty" (animation will have lots
  18. of stop&go ).
  19.  
  20.